home *** CD-ROM | disk | FTP | other *** search
Text File | 1989-12-15 | 670 b | 22 lines | [TEXT/GEOL] |
- Item 3089778 14-Dec-89 18:19
-
- From: MOOF Rollin, Keith A
-
- To: MACAPP.TECH$ MacApp Technical
-
- Sub: Re- >32K Seg /Jump Table
-
- Attn: Pillar, Chris Ovard,PRT
- SentBy: Keith Rollin
- Reply to: Re- >32K Seg /Jump Table offset
- > Does the jump table offset only use 15 bits?
-
- It uses signed 16-bit values. Since you can only jump >forward< from the
- beginning of a code segment, this effectively limits you to a 32K range. This
- limit is imposed by the 68000, which only allows signed 16-bit offsets in
- PC-relative jumps.
-
- - Keith Rollin
- - Apple Developer Technical Support
-
-